home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / blckade.exe / DEMOSIG.H < prev    next >
Text File  |  1992-03-01  |  709b  |  20 lines

  1.  
  2. /*  Sun Mar 01 13:43:14 1992  */ 
  3.  
  4. int blk_user_data_size = 50;
  5.  
  6. #define  SIG_AR_SIZE  66
  7.  
  8. unsigned char sig_array[SIG_AR_SIZE] = { 
  9. 'c','h','k','_','s','i','g','n','a','t','u','r','e',  /* the signature */ 
  10.    0,   0,  66,   1,  20,   0,   0,   0,   /*--- 13 ---*/
  11.    0,   0,   0,   0,   0,   0,   0,   0,   /*--- 21 ---*/
  12.    0,   0,   0,   0,   0,   0,   0,   0,   /*--- 29 ---*/
  13.    0,   0,   0,   0,   0,   0,   0,   0,   /*--- 37 ---*/
  14.    0,   0,   0,   0,   0,   0,   0,   0,   /*--- 45 ---*/
  15.    0,   0,   0,   0,   0,   0,   0,   0,   /*--- 53 ---*/
  16.    0,   0,   0,   0,   0                   /*--- 61 ---*/
  17.  }; 
  18.  
  19. unsigned long (*blkfunc)( char *, int, unsigned long) =  chksum32 ; 
  20.